Pino Toscano [Sat, 14 Feb 2026 08:03:19 +0000 (09:03 +0100)]
qcoro (0.13.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Update the patches:
- upstream_Use-dbus-run-session-to-run-D-Bus-tests-instead-of-d.patch:
drop, backported from upstream
* Bump Standards-Version to 4.7.3, no changes required.
* Drop Priority: optional, no more needed since dpkg 1.22.13.
Pino Toscano [Sun, 23 Nov 2025 09:45:27 +0000 (10:45 +0100)]
[PATCH] Use dbus-run-session to run D-Bus tests instead of dbus-launch
dbus-run-session spawns a session that gets terminated automatically
after the execution of the command. It is a simpler way compared to
dbus-launch, which relies on the X11 tolaunching (which would explain
why it is not used on macOS, as the comment says).
Hence, use dbus-run-session instead of dbus-launch to run each D-Bus
test. Keep the existing macOS behaviour as-is for now, adding a comment
to test using dbus-run-session in the future.
Gbp-Pq: Name upstream_Use-dbus-run-session-to-run-D-Bus-tests-instead-of-d.patch
Pino Toscano [Sun, 23 Nov 2025 09:45:27 +0000 (10:45 +0100)]
[PATCH] Use dbus-run-session to run D-Bus tests instead of dbus-launch
dbus-run-session spawns a session that gets terminated automatically
after the execution of the command. It is a simpler way compared to
dbus-launch, which relies on the X11 tolaunching (which would explain
why it is not used on macOS, as the comment says).
Hence, use dbus-run-session instead of dbus-launch to run each D-Bus
test. Keep the existing macOS behaviour as-is for now, adding a comment
to test using dbus-run-session in the future.
Gbp-Pq: Name upstream_Use-dbus-run-session-to-run-D-Bus-tests-instead-of-d.patch
Pino Toscano [Sun, 21 Dec 2025 12:05:56 +0000 (13:05 +0100)]
qcoro (0.12.0-3) unstable; urgency=medium
* Team upload.
* Switch away from dbus-x11: (Closes: #1117104)
- backport upstream commit de4b2568ef9391db98d678ffab9f3e6313ddb1d3 to use
dbus-run-session in the test suite rather than dbus-launch; patch
upstream_Use-dbus-run-session-to-run-D-Bus-tests-instead-of-d.patch
- switch the dbus-x11 test build dependency to dbus-daemon
[ Pino Toscano ]
* Run xvfb-run with -a, to avoid potential collisions.
* New upstream release.
* Bump Standards-Version to 4.7.2, no changes required.
[ Simon Quigley ]
* Update symbols from build logs.